home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / text=miscopcodes.hex < prev    next >
Text File  |  1992-11-01  |  2KB  |  38 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 11 01                        % verson
  6. 01 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 30 0000 0000 00FF 00FF        % draw bounding rect
  8. 03 0022        % New century schoolbook
  9. %
  10. %    First assure that text origin starts at 0,0
  11. %
  12. 2A 20 (Bold  --- NOT!)
  13. %
  14. %    Use the face opcode to get bold
  15. %    bit 0 is bold, 1 italic, 2 underline, outline, shadow, condense, extend
  16. %
  17. 04 01 
  18. 2A 20 (Bold)
  19. %
  20. %    Change the text mode to srcor (the text should not show up, I think, in theory)
  21. %    0 is srccpy, srcor, srcxor, srcbic, not srccpy, etc.  
  22. %    (maybe we should be using the pat* modes here?)
  23. %
  24. 05 0002
  25. 2A 20 (Bold --- or'ed)
  26. %
  27. %    Use the chicago type font
  28. %
  29. 03 0000
  30. 2A 20 (Bold --- in chicago)
  31. %
  32. %    Change it's size, now
  33. %
  34. 0D 0030
  35. 2A 40 (Bold --- in chicago and big)
  36.  
  37. FF    % end
  38.